Crate error_code
source ·Expand description
Modules§
- Definitions used by this library
- C types used inside crate
- Error code utilities
Macros§
- Defines error code
Category
as enum which implements conversion into generic ErrorCode
Structs§
- Interface for error category
- Describes error code of particular category.
Constants§
- Text to return when error fails to be converted into utf-8
- Error message buffer size
- UNKNOW
N_ ERROR Deprecated Text to return when cannot map error
Statics§
- Posix error category, suitable for all environments.
- System error category, suitable for all environments.
Type Aliases§
- Type alias for buffer to hold error code description.